CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - udp nat

搜索资源列表

  1. liubingP2P

    0下载:
  2. 用UDP实现了p2p是的穿透,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处理这些问题),后
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:31907
    • 提供者:刘冰
  1. P2PUDP

    0下载:
  2. UDP穿越NAT的原理和源代码,我用自己实现的一个源代码来说明UDP穿越NAT的原理和源代码供大家参考-the principle and source code, I used one of their own to achieve the source code to illustrate UDP Through NAT principle and the source code for your consideration
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:76349
    • 提供者:王和
  1. p2pxiazai

    0下载:
  2. ^_^, 这本来就是个非常简单的网路程序,只是演示如何进行UDP的内网穿透而已。本人所作的修改 主要是在测试UDP穿透不同的NAT时为了方便使用而已。因此改动也不大,加了一个函数和几参数, 多打印了原来没有的一些信息,如此而已。看源码吧... 本程序来自互连网,请不要用于商业用途,如涉及版权问题,以我无关。-^ _ ^, it was a very simple procedure network, for just a demonstration of how the UDP n
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:28596
    • 提供者:p2p
  1. p2p_source_code

    0下载:
  2. 论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理-regular forum for the discussion of P2P principle, but the discussion under discussion, Few things have real (source code). Oh, I am here on their own to achieve one of the sou
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31032
    • 提供者:wangning
  1. mmzmagic_PeerToPeer

    2下载:
  2. 本程序为一个真正点对点通讯示范程序:) 实现内网到内网的直接连接(QQ用的技术) 使用Delphi实现。在网上未看到类似的程序,特此发布提供喜欢的朋友参考。 通过UDP来实现穿透NAT的点对点通讯。 >>原定 程序设置一个共享目录里边所有文件都可供别人多点下载(类似BT) 独立服务端 负责消息中转、用户登陆 客户端从服务端获取用户列表 然后直连各个用户 以实现 聊天 语音 视屏 文件传输等可能的一切服务 >>>结果 由于工作太忙
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:1282760
    • 提供者:郑敏福
  1. WindowsNetAndConmunicationDesign

    0下载:
  2. 讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NAT等直接建立UDP和TCP连接的各种方案。包含了Window
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:486513
    • 提供者:王勇
  1. UDPsocket5

    0下载:
  2. udp穿透SOCK5协议,穿透NAT,相信对大家有些用处-udp penetrating SOCK5 agreement, NAT penetration, we believe that the usefulness of some
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8261
    • 提供者:高闻言
  1. p2p(UDPpassNAT)

    0下载:
  2. P2P 之 UDP穿透NAT的原理与实现(附源代码)。用源代码来说明UDP穿越NAT的原理。这是一个不错的用于研究P2P原理程序。 -P2P UDP penetrate NAT's Theory and Implementation (source code). With the source code to illustrate the UDP Through NAT principle. This is a good principle for the study of P2P
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:31456
    • 提供者:Arnold
  1. botnet-1[1].6.3.tar

    0下载:
  2. 这种NAT内部的机器A连接过外网机器C后,NAT会打开一个端口.然后外网的任何发到这个打开的端口的UDP数据报都可以到达A.不管是不是C发过来的-such NAT internal machinery A connecting machines over external networks C, NAT will open a port. Then external networks to any of the open ports of UDP datagrams can be reached
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:160021
    • 提供者:w188w188
  1. P2PandNAT

    0下载:
  2. 这是实现用UDP穿越NAT的原理一个源代码,对于这方面感兴趣的程序员来说,绝对是有错过不放过。-It is the use of UDP Through NAT one of the tenets of the source code, In this regard interested programmers, it is definitely a missing left off.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:38441
    • 提供者:旺财
  1. P2P_UDP_NATsourcecode

    0下载:
  2. 与P2P有关的UDP穿越NAT的原理及实现工程源代码-P2P and the UDP Through NAT principle and the realization of the project source code
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:29528
    • 提供者:张真
  1. P2PDemo

    0下载:
  2. 这个是演示采用UDP协议进行P2P打洞对话原理的演示程序,参考的资料是: 1)P2P 之 UDP穿透NAT的原理与实现(附源代码)--http://www.cnpaf.net/Class/hack/0512182034513804825.htm 2)王艳平<<Windows网络与通信程序设计>>-This is a demonstration of using UDP protocol for peer-to-peer principle of dialogue
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:30083
    • 提供者:xiaoyan
  1. P2P_VB

    0下载:
  2. P2P点对点传输,简单却实现了大部分P2P功能,包括检索Seed,优先级分配,名称List,可UDP穿越NAT-P2P point-to-point transmission, has achieved a simple majority of peer-to-peer functionality, including search Seed, Priority allocation name List, UDP Through NAT
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:59315
    • 提供者:王伟
  1. p2ptoudp

    0下载:
  2. P2P之UDP穿透NAT的原理与实现! p2p与网络的应用方面-P2P UDP penetrate NAT's Principle and make it! P2p network and the application
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8817
    • 提供者:李理
  1. P2PUDPNANjiaqian

    0下载:
  2. 论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。-regular forum for the discussion of P2P principle, but the discussion under discussion, Few things have real (source code). Oh, and here I will use one of their own to achieve
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:40520
    • 提供者:li_guotao
  1. liantian

    1下载:
  2. 基于UDP穿透Symmetric NAT 实现不同内网间通讯的P2P网络聊天系统-based on UDP penetrating Symmetric NAT achieve different internal communication network of peer-to-peer networks Chat System
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:259423
    • 提供者:吴阳辉
  1. upnp_udpnat

    0下载:
  2. 一个udp穿透nat的源代码-a udp penetrating nat source code
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:6878
    • 提供者:liyl
  1. stund_0.92_Jun06

    0下载:
  2. 一个UDP穿透NAT的例子,遵守RFC3489-a UDP penetrate NAT example, compliance with RFC3489
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:113910
    • 提供者:倪花荣
  1. STUNserverANDclient

    1下载:
  2. 实现STUN协议的服务器端和客户端,是UDP穿越NAT
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:287892
    • 提供者:刘敬奉
  1. p2p

    0下载:
  2. P2P 之 UDP穿透NAT的原理与实现(附源代码) 原创:shootingstars 参考:http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt baidu 论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。 首先先介绍一些基本概念: NAT(Network Address Tran
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:35878
    • 提供者:little3388
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com